home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / strategy / xsok-1.000 / xsok-1 / xsok-1.01 / diffs / diff.local < prev   
Text File  |  1994-11-24  |  1KB  |  37 lines

  1. *** src/Imakefile    Thu Nov 24 15:19:07 1994
  2. --- src/Imakefile.local    Thu Nov 24 15:50:41 1994
  3. ***************
  4. *** 46,52 ****
  5.   # BINDIR and LIBDIR should be predefined by the templates
  6.   # BINDIR = /usr/bin/X11
  7.   # LIBDIR = /usr/lib/X11
  8. ! XSOKLIBDIR = /usr/games/lib/xsok
  9.   APPDEFSDIR = $(LIBDIR)
  10.   XSOKMANDIR = /usr/man/man6
  11.   XSOKDOCDIR = /usr/doc
  12. --- 46,52 ----
  13.   # BINDIR and LIBDIR should be predefined by the templates
  14.   # BINDIR = /usr/bin/X11
  15.   # LIBDIR = /usr/lib/X11
  16. ! XSOKLIBDIR = $(HOME)/xsok
  17.   APPDEFSDIR = $(LIBDIR)
  18.   XSOKMANDIR = /usr/man/man6
  19.   XSOKDOCDIR = /usr/doc
  20. ***************
  21. *** 56,62 ****
  22.   # The directory XSOKSAVEDIR must have permissions rwx for world, else
  23.   # xsok must be installed suid, and XSOKDIR must have write permissions for
  24.   # the owner of xsok
  25. ! XSOKSAVEDIR = /var/games/xsok
  26.   
  27.   # paths for installation in user's home-directory.
  28.   LXSOKBINDIR = $(HOME)/bin
  29. --- 56,62 ----
  30.   # The directory XSOKSAVEDIR must have permissions rwx for world, else
  31.   # xsok must be installed suid, and XSOKDIR must have write permissions for
  32.   # the owner of xsok
  33. ! XSOKSAVEDIR = $(HOME)/xsok
  34.   
  35.   # paths for installation in user's home-directory.
  36.   LXSOKBINDIR = $(HOME)/bin
  37.